Revision: archzoom--devel--0--patch-93
Archive: migo@homemail.com--Perl-GPL
Creator: Mikhael Goikhman <migo@homemail.com>
Date: Mon May  3 04:23:00 IDT 2004
Standard-date: 2004-05-03 01:23:00 GMT
Modified-files: bin/archzoom.cgi conf/archzoom.conf
    perllib/ArchZoom.pm perllib/ArchZoom/Template.pm
    perllib/ArchZoom/Template/ArchZoom.pm
    templates/ArchZoom/error.html
    templates/ArchZoom/style.css
    templates/ArchZoom/tree.html
New-patches: migo@homemail.com--Perl-GPL/archzoom--devel--0--patch-93
Summary: several improvements; support ELSIF and $CONFIG_OPTION in templates
Keywords: 

* add new config option debug_enabled to allow ?debug in url, 1 by default
* add $HOME autodetection by $USER or getpwuid($>)
* remove parsing of apache config for $HOME autodetection
* allow $CONFIG_SOME_OPTION in templates, translated to $Config{some_option}
* support ELSIF directive in templates
* improve error message (better configurability)
* add "-" for sub-directories in directory listing
